diff options
author | Tom Rini <trini@konsulko.com> | 2016-12-04 13:55:15 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-04 13:55:15 -0500 |
commit | 194eded14ccb40af18e1a9fb8ab85903ee0803ef (patch) | |
tree | a19c5db921b99c8df72ce8b8cdeb3f9fb3dad66b /doc | |
parent | d50dbc826c0969923fa5a43b6e8c3c5eec40e739 (diff) | |
parent | 54db3c20bdc43c458854446939b706b4adee46cf (diff) | |
download | u-boot-194eded14ccb40af18e1a9fb8ab85903ee0803ef.zip u-boot-194eded14ccb40af18e1a9fb8ab85903ee0803ef.tar.gz u-boot-194eded14ccb40af18e1a9fb8ab85903ee0803ef.tar.bz2 |
Merge git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.ramboot-ppc85xx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.ramboot-ppc85xx b/doc/README.ramboot-ppc85xx index 5cc546a..c9fef53 100644 --- a/doc/README.ramboot-ppc85xx +++ b/doc/README.ramboot-ppc85xx @@ -90,8 +90,8 @@ In the 2nd case bootloader has already re-located CCSRBAR to 0xffe00000 This will finally use the CONFIG_SYS_RAMBOOT. -3. File name-> arch/powerpc/include/asm/config_mpc85xx.h - In the section of the particular SOC, for example P1020, +3. Change CONFIG_SYS_CCSRBAR_DEFAULT in menuconfig accordingly. + In the section of the particular SOC, for example P1020, pseudo code #if defined(CONFIG_GO) #define CONFIG_SYS_CCSRBAR_DEFAULT 0xffe00000 |