diff options
author | Wolfgang Denk <wd@denx.de> | 2008-04-13 09:59:26 -0700 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-13 09:59:26 -0700 |
commit | 1aeed8d71acb3290cf2446f316d6ba437e7881c4 (patch) | |
tree | 475d54d2773652e6103291bfdd63d9c27b68a0a8 /include/ambapp.h | |
parent | 8c8428a576f632745306e288b629e30d420c0f5a (diff) | |
download | u-boot-imx-1aeed8d71acb3290cf2446f316d6ba437e7881c4.zip u-boot-imx-1aeed8d71acb3290cf2446f316d6ba437e7881c4.tar.gz u-boot-imx-1aeed8d71acb3290cf2446f316d6ba437e7881c4.tar.bz2 |
Coding Style cleanup; update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/ambapp.h')
-rw-r--r-- | include/ambapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ambapp.h b/include/ambapp.h index 7494e59..42c990c 100644 --- a/include/ambapp.h +++ b/include/ambapp.h @@ -41,7 +41,7 @@ /* Max devices this software will support */ #define LEON3_AHB_MASTERS 16 #define LEON3_AHB_SLAVES 16 - /*#define LEON3_APB_MASTERS 1*//* Number of APB buses that has Plug&Play */ +/*#define LEON3_APB_MASTERS 1*/ /* Number of APB buses that has Plug&Play */ #define LEON3_APB_SLAVES 16 /* Total number of APB slaves per APB bus */ /* Vendor codes */ |