X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fesd%2Fhub405%2Fhub405.c;h=acb23dad1f560440594c308c1dd06ee2153a4207;hb=297a65873d2cb2bd296253af51f59cc1391afbff;hp=03e5ad7dd160e3d3e38a47d71bbae3c36a147b87;hpb=e35c73d7e19e6ea45efcaf807736277afee9c7d1;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/esd/hub405/hub405.c b/board/esd/hub405/hub405.c index 03e5ad7..acb23da 100644 --- a/board/esd/hub405/hub405.c +++ b/board/esd/hub405/hub405.c @@ -97,7 +97,7 @@ int board_early_init_f (void) /* * EBC Configuration Register: set ready timeout to 512 ebc-clks -> ca. 15 us */ - mtebc (epcr, 0xa8400000); /* ebc always driven */ + mtebc (EBC0_CFG, 0xa8400000); /* ebc always driven */ return 0; }