diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-02-27 14:22:01 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2013-04-15 14:54:21 +0800 |
commit | 6b842bb2559116a949c6a569ac39f5c56ebc1be1 (patch) | |
tree | 6802ad3c3dc4118c37d46acf1e4d42ab3ddb3fe3 /ui/ncurses/nc-cui.h | |
parent | 6eb39a03bf66d91c37ca5d14dd61a90850a921d3 (diff) | |
download | talos-petitboot-6b842bb2559116a949c6a569ac39f5c56ebc1be1.tar.gz talos-petitboot-6b842bb2559116a949c6a569ac39f5c56ebc1be1.zip |
ui: pb_kexec_data -> pb_boot_data
find ui/ -type f |
xargs sed -i -e s/pb_kexec_data/pb_boot_data/g \
-e 's/\<kd\>/bd/g'
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/nc-cui.h')
-rw-r--r-- | ui/ncurses/nc-cui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ncurses/nc-cui.h b/ui/ncurses/nc-cui.h index 4470ef4..3bdbcfc 100644 --- a/ui/ncurses/nc-cui.h +++ b/ui/ncurses/nc-cui.h @@ -28,7 +28,7 @@ struct cui_opt_data { const char *name; - struct pb_kexec_data *kd; + struct pb_boot_data *bd; /* optional data */ const struct device *dev; |