diff options
author | Wolfgang Denk <wd@denx.de> | 2010-08-10 22:20:27 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-08-10 22:20:27 +0200 |
commit | 201532a69cf7e7a84bff354fdab45947425d22b4 (patch) | |
tree | 4a09ca44e9fb720ec5b6ef29cca2de627e29f29a /common/cmd_license.c | |
parent | 560639806da5172147a3b1ebd99839feac38b718 (diff) | |
parent | b417260d871d4d8d336c160d95ed40cc8c0fb0fa (diff) | |
download | u-boot-imx-201532a69cf7e7a84bff354fdab45947425d22b4.zip u-boot-imx-201532a69cf7e7a84bff354fdab45947425d22b4.tar.gz u-boot-imx-201532a69cf7e7a84bff354fdab45947425d22b4.tar.bz2 |
Merge branch 'master' of ../master
Diffstat (limited to 'common/cmd_license.c')
-rw-r--r-- | common/cmd_license.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/cmd_license.c b/common/cmd_license.c index 90fd57e..70645d5 100644 --- a/common/cmd_license.c +++ b/common/cmd_license.c @@ -49,7 +49,8 @@ int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) return 0; } -U_BOOT_CMD(license, 1, 1, do_license, +U_BOOT_CMD( + license, 1, 1, do_license, "print GPL license text", "" ); |