diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-04 18:12:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-04 18:12:57 -0400 |
commit | 6bca655bcbc8e81a21ab27a0d1e9c711ab8e0e24 (patch) | |
tree | 047f05ad2648c4b88ff5e02187e92a9e7835e8ae /include/configs/caddy2.h | |
parent | 07d90d8bd451b9595fb0369c51f90ee2dccd5d9f (diff) | |
parent | f3e2ebede3019740ee90471acc0a29a684b59221 (diff) |
Merge branch '2020-06-04-misc-bugfixes'
- Resync checkpatch.pl (largely) with v5.7 and introduce U-Boot specific
checks in a localized area, so they aren't lost in the future.
- Complete / re-migrate some options from config headers to defconfigs
- Add dependencies to the various debug uart drivers
Diffstat (limited to 'include/configs/caddy2.h')
-rw-r--r-- | include/configs/caddy2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/caddy2.h b/include/configs/caddy2.h index 459712190a..35f4b74727 100644 --- a/include/configs/caddy2.h +++ b/include/configs/caddy2.h @@ -208,9 +208,6 @@ */ #define CONFIG_BOOTP_BOOTFILESIZE -/* - * Command line configuration. - */ #define CONFIG_SYS_RTC_BUS_NUM 0x01 #define CONFIG_SYS_I2C_RTC_ADDR 0x32 |