diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-24 10:29:59 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-24 10:29:59 +0100 |
commit | fae56934a0744a4dd6981323ba8a966646fd7ca5 (patch) | |
tree | f1eab46cc702aee6c8cd2c2aaeda95d383ed02a6 /board/htkw/mcx | |
parent | 9ed679aeeb9899123bf92ed1eafb7cf6965473dc (diff) | |
parent | 11f296870659e1375e7116a859458b254cc3156f (diff) | |
download | u-boot-midas-fae56934a0744a4dd6981323ba8a966646fd7ca5.tar.gz u-boot-midas-fae56934a0744a4dd6981323ba8a966646fd7ca5.tar.bz2 u-boot-midas-fae56934a0744a4dd6981323ba8a966646fd7ca5.zip |
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
Diffstat (limited to 'board/htkw/mcx')
-rw-r--r-- | board/htkw/mcx/mcx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/htkw/mcx/mcx.h b/board/htkw/mcx/mcx.h index 703dbeccfd..17c122cf50 100644 --- a/board/htkw/mcx/mcx.h +++ b/board/htkw/mcx/mcx.h @@ -325,8 +325,6 @@ const omap3_sysinfo sysinfo = { MUX_VAL(CP(SYS_32K), (IEN | PTD | EN | M4)) \ MUX_VAL(CP(SYS_CLKREQ), (IEN | PTD | DIS | M0)) \ MUX_VAL(CP(SYS_NIRQ), (IEN | PTD | EN | M4)) \ - MUX_VAL(CP(SYS_NRESWARM), (IEN | PTU | DIS | M4)) \ - /* SYS_nRESWARM */\ MUX_VAL(CP(SYS_BOOT0), (IEN | PTD | DIS | M4)) \ MUX_VAL(CP(SYS_BOOT1), (IEN | PTD | DIS | M4)) \ MUX_VAL(CP(SYS_BOOT2), (IEN | PTD | DIS | M4)) \ |