diff options
author | Gerhard Sittig <gsi@denx.de> | 2013-06-05 14:51:06 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2013-06-24 22:25:57 +0200 |
commit | b5992e77effcf15cbd50753fd85033a3f9887825 (patch) | |
tree | c6e0d58dff007afe2d7fd47ad3f37551de489b29 /include/configs/ac14xx.h | |
parent | 186f9c130faa3e228b0db7f45de359748f78b1c3 (diff) | |
download | u-boot-b5992e77effcf15cbd50753fd85033a3f9887825.tar.gz u-boot-b5992e77effcf15cbd50753fd85033a3f9887825.tar.bz2 u-boot-b5992e77effcf15cbd50753fd85033a3f9887825.zip |
ac14xx: cleanup comments in the board support
fix typos, minor rephrasing, remove obsolete notes and TODO items
Signed-off-by: Gerhard Sittig <gsi@denx.de>
Diffstat (limited to 'include/configs/ac14xx.h')
-rw-r--r-- | include/configs/ac14xx.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/ac14xx.h b/include/configs/ac14xx.h index 7cb10fb01e..5dbcba2b3d 100644 --- a/include/configs/ac14xx.h +++ b/include/configs/ac14xx.h @@ -72,7 +72,7 @@ #define CONFIG_SYS_MAX_RAM_SIZE 0x20000000 /* - * DDR Controller Configuration XXX TODO + * DDR Controller Configuration * * SYS_CFG: * [31:31] MDDRC Soft Reset: Diabled @@ -265,7 +265,6 @@ /* * CS related parameters - * TODO document these */ /* CS0 Flash */ #define CONFIG_SYS_CS0_CFG 0x00031110 @@ -506,7 +505,7 @@ #define CONFIG_BOOTDELAY 2 /* -1 disables auto-boot */ -/* XXX TODO need to specify the builtin environment */ +/* the builtin environment and standard greeting */ #define CONFIG_PREBOOT "echo;" \ "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \ "echo" |