# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../x-loader/x-loader.bb.patch.cross # Copyright (C) 2012 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- --- a/board/omap3530beagle/omap3530beagle.c.orig 2012-11-02 15:38:55.000000000 -0400 +++ b/board/omap3530beagle/omap3530beagle.c 2012-11-02 15:39:55.000000000 -0400 @@ -243,7 +243,7 @@ __raw_writel(MICRON_SDRC_ACTIM_CTRLB_0, SDRC_ACTIM_CTRLB_0); } - __raw_writel(SDP_SDRC_RFR_CTRL, SDRC_RFR_CTRL); + __raw_writel(SDP_SDRC_RFR_CTRL, SDRC_RFR_CTRL_0); __raw_writel(SDP_SDRC_POWER_POP, SDRC_POWER); /* init sequence for mDDR/mSDR using manual commands (DDR is different) */ @@ -911,3 +911,8 @@ void abort(void) { } + + +int onenand_chip(){ + return 0; +}