diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2007-12-30 03:30:46 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-09 21:48:49 +0100 |
commit | 7817cb2083d982923752fe0f12b67c0e7c09a027 (patch) | |
tree | 4fa47e141b66627b64d5bfc5e69d3492e6d8daff /include/configs/PPChameleonEVB.h | |
parent | a9b410dc7d2a4721c408b13abfc037988150f145 (diff) | |
download | u-boot-7817cb2083d982923752fe0f12b67c0e7c09a027.tar.gz u-boot-7817cb2083d982923752fe0f12b67c0e7c09a027.tar.xz u-boot-7817cb2083d982923752fe0f12b67c0e7c09a027.zip |
fix comments with new drivers organization
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'include/configs/PPChameleonEVB.h')
-rw-r--r-- | include/configs/PPChameleonEVB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/PPChameleonEVB.h b/include/configs/PPChameleonEVB.h index c2aa2cc098..cf98324344 100644 --- a/include/configs/PPChameleonEVB.h +++ b/include/configs/PPChameleonEVB.h @@ -496,7 +496,7 @@ #define CONFIG_VGA_AS_SINGLE_DEVICE /* This is the base address (on 405EP-side) used to generate I/O accesses on PCI bus */ #define CFG_ISA_IO 0xE8000000 -/* see also drivers/videomodes.c */ +/* see also drivers/video/videomodes.c */ #define CFG_DEFAULT_VIDEO_MODE 0x303 #endif |