diff options
author | York Sun <york.sun@nxp.com> | 2016-12-01 13:26:06 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-12-02 08:52:34 -0800 |
commit | 830fc1bfe7c0c735c479804ce66c1c6a705260ee (patch) | |
tree | 483cbed21a47ade71f061774ac05611ae5bf1003 /doc | |
parent | 22a1b99a1dd82cb06d05de81a8bc3c52f8b0b5bb (diff) | |
download | u-boot-imx-830fc1bfe7c0c735c479804ce66c1c6a705260ee.zip u-boot-imx-830fc1bfe7c0c735c479804ce66c1c6a705260ee.tar.gz u-boot-imx-830fc1bfe7c0c735c479804ce66c1c6a705260ee.tar.bz2 |
powerpc: mpc85xx: Convert CONFIG_SYS_CCSRBAR_DEFAULT to Kconfig option
Move default value definitions to to Kconfig SYS_CCSRBAR_DEFAULT.
Signed-off-by: York Sun <york.sun@nxp.com>
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 |